APPLET PARAMETERS
-----------------


audioClipsList 	- the file containing the list of audio clips

numberOfBars	- the number of bars displayed by the visual effect

displayWidth	- width of the animated image

displayHeight	- height of the animated image

scaleFactor	- the frequency values are divided by two raised at scale factor power such 			the bars will fit the window height recommended values (height/scale 		factor): 1000/0, 700/1, 300/2, 200/3, 100/4, 50/5

minValueColor	- the bars are displayed as a gradient from the min color on the bottom and 		the max color on the top

maxValueColor

background	- background color

foreground 	- foreground color


Note: All parameters except audioClipsList have default values.

Note: the values for color parameters are coded as RGB hexadecimal values (e.g.: 00FF00 = green)




Example
-------

<APPLET CODE=com.carpathia.audioweb.SBufferedAW.class
	ARCHIVE=sbufferedaw.jar
	NAME="aw"
	WIDTH=200 HEIGHT=70>
	<param name=audioClipsList value="audio.dat">
	<param name=maxValueColor value=082359 >
	<param name=minValueColor value=C4CFE6 >
	<param name=foreground value=FC0824 >
	<param name=background value=F7F1B4>
	<param name=numberOfBars value=18 >
</APPLET>